home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / advwall.dir / 00043_Script_43 < prev    next >
Text File  |  1994-11-28  |  419b  |  16 lines

  1. on enterFrame
  2.   global WallExitFrame
  3.   global WallExitMovie
  4.   
  5.   put  "lowell" into WallExitFrame
  6.   put  "modle3b" into WallExitMovie
  7.     -----------------------------------
  8.   -- set up the cursors for this wall
  9.   
  10.   global lcl,rcl,ucl,dcl,pnt
  11.   set the cursor of sprite 2 to pnt
  12.   set the cursor of sprite 3 to pnt
  13.   set the cursor of sprite 4 to pnt
  14.   set the cursor of sprite 23 to pnt
  15.  
  16. end enterFrame